home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 179 / MF_UK_179_1.iso / DiscContents / In the mag / Widgets / CodeBreaker 1.0 / CodeBreaker / CodeBreaker.wdgt / CodeBreaker.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-11-29  |  2.2 KB  |  172 lines

  1. body {
  2.     margin: 0;
  3. }
  4.  
  5. /*buttons for selecting which color*/
  6.  
  7. #white-sel, #blue-sel, #black-sel, #yellow-sel, #red-sel,  #green-sel{
  8.     position: absolute;
  9.     top: 259px;
  10. }
  11.  
  12. #white-sel{
  13.     left: 41px;
  14.    -apple-dashboard-region: dashboard-region(control rectangle);    
  15. }
  16.  
  17. #blue-sel{
  18.     left: 62px;
  19.    -apple-dashboard-region: dashboard-region(control rectangle);    
  20. }
  21.  
  22. #black-sel{
  23.     left: 83px;
  24.    -apple-dashboard-region: dashboard-region(control rectangle);    
  25. }
  26.  
  27. #yellow-sel{
  28.     left: 104px;
  29.    -apple-dashboard-region: dashboard-region(control rectangle);    
  30. }
  31.  
  32. #red-sel{
  33.     left: 125px;
  34.    -apple-dashboard-region: dashboard-region(control rectangle);    
  35. }
  36.  
  37. #green-sel{
  38.     left: 146px;
  39.    -apple-dashboard-region: dashboard-region(control rectangle);    
  40. }
  41.  
  42. #okButton{
  43.     -apple-dashboard-region: dashboard-region(control rectangle);    
  44. }
  45.  
  46. .peg{
  47.     -apple-dashboard-region: dashboard-region(control rectangle);    
  48. }
  49.  
  50. #infoButton {
  51.     position: absolute;
  52.     bottom: 39px;
  53.     right: 38px;
  54. }
  55.  
  56. #front{
  57.     display: block;
  58. }
  59.  
  60. #back{
  61.     display: none;
  62. }
  63.  
  64. #doneButton{
  65.     position: absolute;
  66.     bottom: 20px;
  67.     left: 120px;
  68. }
  69.  
  70. #newGame{
  71.     position: absolute;
  72.     bottom: 20px;
  73.     left: 30px;
  74. }
  75.  
  76. .prefText{
  77.     position: absolute;
  78.     color: white;
  79.     font: 9px "Verdana";
  80. }
  81.  
  82. #title{
  83.     position: absolute;
  84.     text-align: center;
  85.     top: 20px;
  86.     left: 13px;
  87.     color: white;
  88.     text-decoration: underline;
  89.     font: 9px "Verdana";
  90. }
  91.  
  92. #instructions{
  93.     display: none;
  94. }
  95.  
  96. #options{
  97.     display: block;
  98. }
  99.  
  100. #showInstructions{
  101.     position: absolute;
  102.     bottom: 50px;
  103.     width: 100%;
  104.     text-align: center;
  105. }
  106. #showInstructions:hover{
  107.     text-shadow: yellow 1px 1px 1px;
  108. }
  109.  
  110. #hideInstructions{
  111.     position: absolute;
  112.     bottom: 20px;
  113.     left: 120px;
  114. }
  115.  
  116. #instructionsText{
  117.     position: absolute;
  118.     left: 15px;
  119.     top: 20px;
  120.     right: 20px;
  121.     text-shadow: #666666 0px 1px 0px;
  122.  
  123. }
  124.  
  125. #allowBlanks{
  126.     position: absolute;
  127.     top: 50px;
  128.     left: 10px;
  129. }
  130.  
  131. #allowDupes{
  132.     position: absolute;
  133.     top: 70px;
  134.     left: 10px;
  135. }
  136.  
  137. #blanksText{
  138.     position: absolute;
  139.     top: 53px;
  140.     left: 30px;
  141. }
  142.  
  143. #dupesText{
  144.     position: absolute;
  145.     top: 73px;
  146.     left: 30px;
  147. }
  148.  
  149. #stats{
  150.     position: absolute;
  151.     top: 90px;
  152.     left: 10px;
  153. }
  154.  
  155. #clearStats{
  156.     position: absolute;
  157.     top: 140px;
  158.     left: 10px;
  159. }
  160. #donate{
  161.     position: absolute;
  162.     top: 230px;
  163.     left: 30px;
  164. }
  165. #donate:hover{
  166.     text-shadow: yellow 1px 1px 1px;
  167. }
  168. #intelegance{
  169.     position: absolute;
  170.     top: 200px;
  171.     left: 22px;
  172. }